Make M-x authors return zero *Authors Errors* from current logs
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2014 02:11:36 +0000 (21:11 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2014 02:11:36 +0000 (21:11 -0500)
commit6d5178ed76b49d1e2451a5e585f8c6e685c6db2a
tree8aa8760511025df60779ba06890acf52f3286489
parent656808a49d398ef1da289a9571e02e293f429c95
Make M-x authors return zero *Authors Errors* from current logs

* lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps):
(authors-ignored-files): Add some entries, remove others.
(authors-ambiguous-files, authors-valid-file-names): Add some entries.
(authors-renamed-files-alist): Add, remove, and adjust entries.
(authors-renamed-files-regexps): Add some entries.
Remove some very broad ones.  Make some entries `lax'.
(authors-lax-changelogs): New constant.
(authors-disambiguate-file-name): Treat top-level specially.
(authors-lax-changelog-p): New function.
(authors-canonical-file-name): Check file as written against
authors-valid-file-names.  Do not special-case etc/.
Handle `lax' logs and authors-renamed-files-regexps elements.

* admin/make-tarball.txt: Update for no expected *Authors Errors*.
admin/make-tarball.txt
lisp/ChangeLog
lisp/emacs-lisp/authors.el